projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebbf00
)
Fix dependencies between directories
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Jun 2011 22:51:40 +0000
(18:51 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:02 +0000
(16:08 -0400)
This ensures that libgtk gets relinked when I touch sources
in gtk/a11y.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 7c80c2f49cc9ffc8b8556af80d2cc6244b74cc32..e532bda4052687c1b46cf8730b16a844a0b96c0e 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-111,7
+111,9
@@
libadd = \
$(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/a11y/libgail.la \
$(GTK_DEP_LIBS)
-deps =
+deps = \
+ $(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/gtk/a11y/libgail.la
# libtool stuff: set version and export symbols for resolving
# since automake doesn't support conditionalized libsomething_la_LDFLAGS